Click or drag to resize

ServiceDeleteRule Method (IListString, Boolean)

Deletes inbox rules.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse DeleteRule(
	IList<string> ruleIds,
	bool removeOutlookRuleBlob
)

Parameters

ruleIds
Type: System.Collections.GenericIListString
The rule ids.
removeOutlookRuleBlob
Type: SystemBoolean
if set to true [remove outlook rule BLOB].

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also